From 17c6a6517eb9fcfae52250e86726e6fc49ca6d39 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 18 Aug 2005 19:01:09 +0000 Subject: [PATCH] Rename bus names from xenbus* to xen*. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c index 008aac4ba0..331ef7f150 100644 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c @@ -100,7 +100,7 @@ static struct xen_bus_type xenbus_frontend = { .get_bus_id = frontend_bus_id, .probe = xenbus_probe_frontend, .bus = { - .name = "xenbus", + .name = "xen", .match = xenbus_match, }, }; @@ -157,7 +157,7 @@ static struct xen_bus_type xenbus_backend = { .get_bus_id = backend_bus_id, .probe = xenbus_probe_backend, .bus = { - .name = "xenbus-backend", + .name = "xen-backend", .match = xenbus_match, }, }; -- 2.30.2